09. Styling a TextView

ANDK L2 23 Styling SC-A

Android Developer Documentation:

Styles

Check the correct answers.

SOLUTION:
  • Styles are a resource.
  • Styles are defined in styles.xml.
  • With styles, you can define colors, fonting, text size, and many other characteristics of a view.
  • Styles help make the elements of a layout look consistent.
  • Using styles saves work and makes your code more readable.